Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
VisualBasic Script
1) Access
2) Application
3) Data Type
4) Data Type Functions
5) Date Functions
6) Excel
7) File Path
8) Forms
9) Language Basics
10) Math Functions
11) Outlook
12) Powerpoint
13) String Functions
14) Windows API
15) Word
16) XML
String Functions
1) Asc() Returns the character code representing the first character in a string
2) Finding a string length
3) Get the length of a String
4) LCase() returns characters lowercase
5) Left() - A portion of a string beginning from the left side
6) Left() Returns a substring from the left side of a string
7) Mid() Returns a substring from inside a string
8) Mid() returns Any portion of a string
9) Move the sign from the right-hand side thus changing a text string into a value
10) Replace replaces one string with another
11) Returns true if the first argument is like the second
12) Right() Returns a substring from the right side of a string
13) Space() Returns a string built from a specified number of spaces
14) Str() Converts a number to a string
15) StrComp() Returns the result of comparing two strings
16) StrConv
17) StrRev reverses the order of text in a string
18) Trim() Removes leading and trailing spaces from a string
19) UCase() returns characters uppercase
20) Use Like to compare strings
21) Use MsgBox(), InStr(), Left(), Right() and Len() to read the first name and last name
22) Use Str() function to help document your code when concatenating strings
23) Using Len(string) to Check the Length of a String
24) Using the StrComp Function to Compare Apples to Apples
25) VbFromUnicode
26) VbLowerCase
27) VbProperCase
28) VbUnicode
29) VbUpperCase
30) Wild Cards Used to Build Patterns with Like